Rename slist to ver, admin to service and strextra to xstr
authorJeroen van der Heijden <jeroen@transceptor.technology>
Fri, 12 Oct 2018 11:07:08 +0000 (13:07 +0200)
committerJeroen van der Heijden <jeroen@transceptor.technology>
Fri, 12 Oct 2018 11:07:08 +0000 (13:07 +0200)
Debug/src/vec/subdir.mk [new file with mode: 0644]
Debug/src/xstr/subdir.mk [new file with mode: 0644]
Release/src/vec/subdir.mk [new file with mode: 0644]
Release/src/xstr/subdir.mk [new file with mode: 0644]

diff --git a/Debug/src/vec/subdir.mk b/Debug/src/vec/subdir.mk
new file mode 100644 (file)
index 0000000..d694b10
--- /dev/null
@@ -0,0 +1,24 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+################################################################################
+
+# Add inputs and outputs from these tool invocations to the build variables
+C_SRCS += \
+../src/vec/vec.c
+
+OBJS += \
+./src/vec/vec.o
+
+C_DEPS += \
+./src/vec/vec.d
+
+
+# Each subdirectory must supply rules for building sources it contributes
+src/vec/%.o: ../src/vec/%.c
+       @echo 'Building file: $<'
+       @echo 'Invoking: GCC C Compiler'
+       gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       @echo 'Finished building: $<'
+       @echo ' '
+
+
diff --git a/Debug/src/xstr/subdir.mk b/Debug/src/xstr/subdir.mk
new file mode 100644 (file)
index 0000000..8eced7e
--- /dev/null
@@ -0,0 +1,24 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+################################################################################
+
+# Add inputs and outputs from these tool invocations to the build variables
+C_SRCS += \
+../src/xstr/xstr.c
+
+OBJS += \
+./src/xstr/xstr.o
+
+C_DEPS += \
+./src/xstr/xstr.d
+
+
+# Each subdirectory must supply rules for building sources it contributes
+src/xstr/%.o: ../src/xstr/%.c
+       @echo 'Building file: $<'
+       @echo 'Invoking: GCC C Compiler'
+       gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       @echo 'Finished building: $<'
+       @echo ' '
+
+
diff --git a/Release/src/vec/subdir.mk b/Release/src/vec/subdir.mk
new file mode 100644 (file)
index 0000000..4305134
--- /dev/null
@@ -0,0 +1,24 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+################################################################################
+
+# Add inputs and outputs from these tool invocations to the build variables
+C_SRCS += \
+../src/vec/vec.c
+
+OBJS += \
+./src/vec/vec.o
+
+C_DEPS += \
+./src/vec/vec.d
+
+
+# Each subdirectory must supply rules for building sources it contributes
+src/vec/%.o: ../src/vec/%.c
+       @echo 'Building file: $<'
+       @echo 'Invoking: GCC C Compiler'
+       gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       @echo 'Finished building: $<'
+       @echo ' '
+
+
diff --git a/Release/src/xstr/subdir.mk b/Release/src/xstr/subdir.mk
new file mode 100644 (file)
index 0000000..849d82e
--- /dev/null
@@ -0,0 +1,24 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+################################################################################
+
+# Add inputs and outputs from these tool invocations to the build variables
+C_SRCS += \
+../src/xstr/xstr.c
+
+OBJS += \
+./src/xstr/xstr.o
+
+C_DEPS += \
+./src/xstr/xstr.d
+
+
+# Each subdirectory must supply rules for building sources it contributes
+src/xstr/%.o: ../src/xstr/%.c
+       @echo 'Building file: $<'
+       @echo 'Invoking: GCC C Compiler'
+       gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       @echo 'Finished building: $<'
+       @echo ' '
+
+